Contains Method (SparseArray<T>)
Determines whether the SparseArray contains a specific value.
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
'Usage
Dim instance As SparseArray(Of T)
Dim item As
Dim value As Boolean
value = instance.Contains(item)
Parameters
- item
- The object to locate in the SparseArray.
Return Value
true
if item is found in the; otherwise, false
.